EZReq 'MPEGA is still running. What shall I do with it?' "Stop it!|Keep it running" stopit
IF $stopit = 1
GoSub MPEGA.gc stop ;let's hope MpegA hasn't finished by itself by now..
ENDIF
ENDIF
XROUTINE about
GoSub MPEGA.gc setwait
EZReq "$version \n\nMPEGAGUI is a frontend for MPEGA,\nan MPEG Audio layer 1, 2 and 3 player.\n\nIt is a Gui4CLI script so you need to get\nthe Gui4CLI package e.g. from AmiNet to get\nit running, but you already knew that unless\nyou're reading this script instead of\nrunning it..\n\nIf you don't like it, change it yourself :-)\n\nCopyright 1997 M. van Dillen (1011071@ibk.fnt.hvu.nl)" Cool! egwel
GoSub MPEGA.gc setresume
XROUTINE CheckExe
IfExists FILE $Exe
; bug
Else
EZReq "MPEGA Executable not found!\nCurrent definition is:\n'$Exe' \n\nYou have to change the 'Exe' definition in the\nfile 'MPEGA.gc' on line number 61\nwith a texteditor.\n\nFor now, you can locate the executable yourself\n(version 2.9+), edit the file 'MPEGA.gc',\nor exit this marvelous GUI.." "Locate MPEGA|Ed MPEGA.gc|Exit" locate